home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / GLFLARE / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  229 b   |  17 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1997. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = glflare
  7.  
  8. SRCS = glflare.c loadlum.c
  9.  
  10. OBJS = glflare.o loadlum.o
  11.  
  12. AllTarget($(TARGETS))
  13.  
  14. NormalGlutProgramTarget(glflare,$(OBJS))
  15.  
  16. DependTarget()
  17.